home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / pvm34b3.zip / pvm34b3 / pvm3 / tracer / trcglob.h < prev    next >
C/C++ Source or Header  |  1997-07-22  |  1KB  |  49 lines

  1.  
  2. /* $Id: trcglob.h,v 4.2 1997/06/25 21:44:33 pvmsrc Exp $ */
  3.  
  4. /*
  5.  *         Tracer version 1.0:  A Trace File Generator for PVM
  6.  *           Oak Ridge National Laboratory, Oak Ridge TN.
  7.  *           Authors:  James Arthur Kohl and G. A. Geist
  8.  *                   (C) 1994 All Rights Reserved
  9.  *
  10.  *                              NOTICE
  11.  *
  12.  * Permission to use, copy, modify, and distribute this software and
  13.  * its documentation for any purpose and without fee is hereby granted
  14.  * provided that the above copyright notice appear in all copies and
  15.  * that both the copyright notice and this permission notice appear
  16.  * in supporting documentation.
  17.  *
  18.  * Neither the Institution, Oak Ridge National Laboratory, nor the
  19.  * Authors make any representations about the suitability of this
  20.  * software for any purpose.  This software is provided ``as is''
  21.  * without express or implied warranty.
  22.  *
  23.  * Tracer was funded by the U.S. Department of Energy.
  24.  */
  25.  
  26.  
  27. /* Global Variables */
  28.  
  29. extern    TRC_ID        ID;
  30.  
  31. extern    Pvmtmask    TRACE_MASK;
  32.  
  33. extern    Pvmtmask    CLEAR_MASK;
  34.  
  35. extern    char        *OUTPUT_FILE;
  36.  
  37. extern    char        *TRACE_FILE;
  38.  
  39. extern    int         TRACER_REGISTERED;
  40.  
  41. extern    int            TRACE_BUF;
  42.  
  43. extern    int            TRACE_OPT;
  44.  
  45. extern    int         MYTID;
  46.  
  47. extern    int         vflag;
  48.  
  49.